home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #2 / Amiga Plus CD - 2004 - No. 02.iso / AmiSoft / Disk / moni / FileX-src.lha / FileX-src / filexwindow_protos.h < prev    next >
C/C++ Source or Header  |  1994-08-28  |  647b  |  31 lines

  1. /* Prototypes for functions defined in
  2. filexwindow.c
  3.  */
  4.  
  5. extern struct MsgPort * GadgetReplyPort;
  6.  
  7. void DoGadgetReplyPortMsg(void);
  8.  
  9. BOOL InitReplyPort(void);
  10.  
  11. void FreeReplyPort(void);
  12.  
  13. void NewCalcCleanup(struct WindowInfo * );
  14.  
  15. struct WindowInfo * NewCalcSetup(struct Screen * );
  16.  
  17. void SetzeMuster(struct Window * );
  18.  
  19. void MyFilledDrawBevelBox(struct RastPort * , long , long , long , long , BOOL );
  20.  
  21. long MyTextLength(struct RastPort * , char * );
  22.  
  23. UBYTE GetUnderlinedKey(UBYTE * );
  24.  
  25. int NewOpenAWindow(struct WindowData * , UBYTE * );
  26.  
  27. void NewCloseAWindow(struct WindowData * );
  28.  
  29. void KeySelect(struct Gadget ** , struct IntuiMessage * );
  30.  
  31.